.entry-video {
    width: 100%;
    max-width: 900px;
    border: 2px solid #0cc0de;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 20px 0;
}

@media (max-width: 768px) {
    .custom-video {
        max-width: 100%; 
    }
}